home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000394_news@watsun.cc.columbia.edu _Sun Mar 21 17:45:52 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  6KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA06379
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 21 Mar 1999 17:45:52 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id RAA20711
  7.     for kermit.misc@watsun.cc.columbia.edu; Sun, 21 Mar 1999 17:33:06 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: C-Kermit 7.0 Beta.05 Ready for Testing
  11. Date: 21 Mar 1999 22:33:04 GMT
  12. Organization: Columbia University
  13. Message-ID: <7d3s30$k6h$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16.  
  17. In case you didn't look at C-Kermit 7.0 Beta.04 (the first public Beta,
  18. announced on January 30th), see the C-Kermit 7.0 Web page for list of what's
  19. new since C-Kermit 6.0:
  20.  
  21.   http://www.columbia.edu/kermit/ck70.html
  22.  
  23. Here is what's new in Beta.05:
  24.  
  25. File Transfer:
  26.  . Default file type changed from TEXT to BINARY.
  27.  . RESEND and REGET commands now include an implicit /BINARY switch.
  28.  . Ditto for SEND /RECOVER and GET /RECOVER.
  29.  . Like-to-like transfers are now binary unless character sets translated.
  30.  . Added GET and RECEIVE /MOVE-TO: and /RENAME-TO:, allowing incoming files to
  31.    be moved or renamed when and only when they have been received successfully.
  32.  . SET RECEIVE PATHNAMES AUTO lets SEND /RECURSIVE automatically set RECEIVE
  33.    PATHMAMES RELATIVE in the receiver.
  34.  . SET FILE INCOMPLETE AUTO added: keeps incompletely received files only
  35.    for binary-mode transfers.
  36.  . SEND /DOTFILES and SEND /NODOTFILES added for UNIX.
  37.  . SHOW TRANSFER added to display all SET TRANSFER items.
  38.  . Ctrl-Z added to default prefixing list for old UNIX hosts and/or Kermits.
  39.  . LF added to default prefixing list for "rlogin in the middle" connections.
  40.  . Ctrl-D and Ctrl-U prefixed by default for rlogin-in-the-middle.
  41.  . Transaction log is now unbuffered (e.g. for "tail -f transact.log")
  42.  . Hints added for file-transfer failures, etc, plus SET HINTS { ON, OFF }.
  43.  
  44. Communications:
  45.  . Better support for dialing without flow control.
  46.  . Automatic redial no longer unnecessarily re-initializes the modem.
  47.  . Kermit/Modem dialog streamlined.
  48.  . SET FLOW [ { /REMOTE, /MODEM, /TCP, /DIRECT, ... } ] <flow-type>
  49.    allows flow control to be specified separately for each kind of connection.
  50.  . Kerberized Rlogin (ask us about this -- it's not in the public files).
  51.  . Numerous Kerberos/SRP/etc improvements (ask about these).
  52.  
  53. File Management:
  54.  . New PURGE command for deleting excess backup files.
  55.  . DIRECTORY command performance improvements.
  56.  . Better handling of symlinks in UNIX DIRECTORY command. 
  57.  
  58. VMS:
  59.  . New support for PRN files in VMS.
  60.  . { DIRECTORY, SEND, ... } /RECURSIVE added for VMS.
  61.  . Various other corrections and adjustments to VMS DIRECTORY command.
  62.  . VMS search list now recognized as a directory, e.g. in CD SYS$MANAGER.
  63.  . Connection log enabled for VMS.
  64.  . Filenames in VMS fullscreen transfer display streamlined to fit better.
  65.  
  66. Miscellaneous:
  67.  . Various IKSD improvements.
  68.  . Updated HELP text, docs, etc.
  69.  . Many new #ifdefs to accommodate missing library functions, etc.
  70.  . New ability to build a scripting-only version with no file transfer (!).
  71.  . Improved "make install" target for UNIX.
  72.  
  73. New platforms:
  74.  . VMS 7.2
  75.  . SCO XENIX 2.3.4
  76.  . DG/UX 5.4R3.10 and R4.11.
  77.  . DYNIX/ptx 4.4.2
  78.  
  79. Bugs fixed:
  80.  . File collision / backup-file name calculation on 14-char file systems fixed.
  81.  . Erroneously-converted filenames on like-to-like REGETs fixed.
  82.  . Numerous problems with dialing out from a VMS serial port fixed.
  83.  . VMS IKSD client fixed.
  84.  . VMS/UCX TCP/IP transfers hanging at end fixed.
  85.  . VMS "show communications" failure to show serial speed fixed.
  86.  . VMS build procedure fixed to autodetect <if.h> needed for u_int.
  87.  . Server side of REMOTE DIRECTORY sometimes omitted some fields, fixed.
  88.  . Various Telnet protocol bugs fixed.
  89.  . Numerous problems with recursive UNIX directory traversal fixed.
  90.  . Loss of command echoing after file transfer on Linux and AIX 4.1 fixed.
  91.  . Broken window-size change interrupt (SIGWINCH) handling fixed.
  92.  . Inconsistent formatting of \v(lockdir) fixed.
  93.  . HP-UX 5.00 + Wollongong TCP/IP build was broken in Beta.04, now fixed.
  94.  . Numerous complaint-reduction adjustments to syntax.
  95.  . UNIX version now ignores BRKINT (BREAK/RESET key, e.g. on HP workstation).
  96.  . UUCP line locking was broken in AIX 3.2.
  97.  . Pointless "Unknown terminal type: blah" message removed.
  98.  . Spurious "DELETE is Disabled" message removed.
  99.  . Spurious "Session Limit Exceeded" message removed.
  100.  . Still More Spurious "OK to exit?" messages removed. 
  101.  . Inconsistent horizontal lines around CONNECT/command transitions fixed.
  102.  . Core dumps when attempting to write wtmp record and peer not in DNS.
  103.  . Occasional core dumps when debugging.
  104.  
  105. Known problems:
  106.  . Switch names / options for DELETE and PURGE are inconsistent.
  107.  . Hint after failed network connections erroneously assumes Rlogin.
  108.  . VMS version crashes when told to "telnet blah 0".
  109.  . Problems with \v(model) variable in some HP-UX versions.
  110.  
  111. Special thanks to Peter Eichhorn & Lucas Hart for their thorough and
  112. painstaking analysis, reports, and suggestions (and from Lucas, also new
  113. code for the VMS version).  And to Hunter Goatley and Richard Levitte for
  114. lots of help and advice with VMS.  Ditto to JP Radley for SCO.  And to those
  115. who provided guest IDs on platforms I don't otherwise have access to for
  116. building and testing.  And as always to Jeff Altman for his many
  117. contributions to the design and the code, and for finding and fixing so 
  118. many bugs.
  119.  
  120. To get the new files, including about individual 80 prebuilt binaries
  121. (so far), visit:
  122.  
  123.   http://www.columbia.edu/kermit/ck70.html
  124.  
  125. Please report any problems to kermit-support@columbia.edu.
  126.  
  127. If you can contribute any binaries that are not already listed on the
  128. Web page (or that are not at Beta.05 level), please let me know.
  129.  
  130. - Frank